projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e205b
)
Build with older libostree version for now
author
Felix Krull
<f_krull@gmx.de>
Tue, 21 May 2019 08:47:11 +0000
(10:47 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000
(12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/.gitlab-ci.yml
b/rust-bindings/rust/.gitlab-ci.yml
index a64a2f9ef912e316d5a8bd1beed95427154f961e..cee4c35c48a37f1f7576235a19e3c3e496a6c678 100644
(file)
--- a/
rust-bindings/rust/.gitlab-ci.yml
+++ b/
rust-bindings/rust/.gitlab-ci.yml
@@
-35,13
+35,13
@@
publish_ostree-sys:
ostree:
stage: build
script:
- - cargo test --verbose
--all-features
+ - cargo test --verbose
--features "v2018_9" #
--all-features
ostree_nightly:
stage: build
image: rustlang/rust:nightly
script:
- - cargo test --verbose
--all-features
+ - cargo test --verbose
--features "v2018_9" #
--all-features
allow_failure: true
publish_ostree: